home *** CD-ROM | disk | FTP | other *** search
/ Science Fair / Science Fair.iso / pc / working / work.dir / 00814.ls < prev    next >
Encoding:
Text File  |  1995-03-27  |  244 b   |  11 lines

  1. on mouseUp
  2.   global gObjects
  3.   puppetSound("ding")
  4.   repeat with i = 1 to gObjects
  5.     set the visible of sprite (i + 10) to 0
  6.     set the visible of sprite (i + 20) to 0
  7.     set the visible of sprite (i + 30) to 0
  8.   end repeat
  9.   go("owl")
  10. end
  11.